Sample config
test/config.json
is optional, but recommended. Any values not in your config.json
will be filled by the defaults below.
Default config.json
:
{
"dir.test":["test/run"],
"dir.exclude":[],
"file.require":[],
"results.writeHtml":false,
"bench.threshold": 0.0001,
"server.main": "main",
"server":{
"main": {
"dir":"test/Server",
"bootstrap":"bootstrap.php",
"deliver":"deliver.php",
"host": "http://localhost"
}
}
}